home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / frmset32 / frmsetti.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1998-01-10  |  1.1 KB  |  31 lines

  1. VERSION 5.00
  2. Object = "{9918495A-79EA-11D1-8119-0000B0DF21DC}#46.0#0"; "TransControls.ocx"
  3. Begin VB.Form FrmSettingsTest 
  4.    Caption         =   "Test Form to show capabilities of FrmSettings Control. This freeware is developped by Frontware International."
  5.    ClientHeight    =   3195
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   4680
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   3195
  11.    ScaleWidth      =   4680
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin TransControls.FormSettings FormSettings1 
  14.       Left            =   1920
  15.       Top             =   2400
  16.       _ExtentX        =   847
  17.       _ExtentY        =   847
  18.       AlwaysOnTop     =   -1  'True
  19.       MaxLeft         =   4000
  20.       MinLeft         =   300
  21.       GradBlue        =   255
  22.       ScrollTitle     =   -1  'True
  23.       AppName         =   "MyAppTest"
  24.       Priority        =   "REALTIME"
  25.    End
  26. Attribute VB_Name = "FrmSettingsTest"
  27. Attribute VB_GlobalNameSpace = False
  28. Attribute VB_Creatable = False
  29. Attribute VB_PredeclaredId = True
  30. Attribute VB_Exposed = False
  31.